home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / komunikace / maxthon / mcombo.exe / Plugin / Techorati Sidebar / stylesheets / StyleSheet.css
Cascading Style Sheet File  |  2006-09-08  |  2KB  |  143 lines

  1. /**************************
  2.     Technorati Sidebar
  3.     By Neo101
  4.     Version 1.0.0
  5. **************************/
  6.  
  7. body{
  8.     background-color: white;
  9.     color: #333333;
  10.     font-family: arial,sans-serif;
  11.     font-size:11px;
  12.     
  13.     margin:0px;
  14.     padding:0px;
  15.     
  16.     text-align:center;
  17.     overflow:auto;
  18. }
  19.  
  20. h1{
  21.     margin:3px;
  22.     font-size:20px;
  23. }
  24.  
  25. h2{
  26.     color: #4D4548;
  27.     font-size:15px;
  28.     margin-bottom:3px;
  29.     margin-top:15px;
  30. }
  31.  
  32. h3{
  33.     font-size:11px;
  34.     margin:1px;
  35.     padding:0px;
  36.     /* cursor:hand; */
  37.     /* font-weight:normal; */
  38. }
  39.  
  40. img{
  41.     border:none;
  42. }
  43.  
  44. a:link, a:visited {font-weight: bold; color: #4261DF; text-decoration:none;}
  45. a:visited {color: #4261DF;}
  46. a:hover {color:#0728ED;text-decoration: none;border-bottom:1px dotted #0728ED}
  47. a:active {color: #3BB000;border-color:#3BB000}
  48.  
  49.  
  50. ul{
  51.     color: #262626;
  52.     list-style-type: disc;
  53.     margin-left:16px;
  54.     margin-top:0px;
  55. }
  56.  
  57. li{
  58.     margin-bottom:3px;
  59. }
  60.  
  61. .tabs{
  62.     border-bottom:1px solid #C5C4C4;
  63.     background-color:#DFF0CA;
  64. }
  65.  
  66. .list{
  67.     background-color: white;
  68.     text-align:left;
  69.     margin-bottom:15px;
  70.     /* font-weight:bold; */
  71.     height:200px;
  72. }
  73.  
  74. .prevNext{
  75.     text-decoration:none !important;
  76. }
  77.  
  78. .about{
  79.     font-size:10px;
  80.     text-align:center;
  81.     margin-top:20px;
  82. }
  83.  
  84. .bottomLinks{
  85.     margin-top:15px;
  86. }
  87.  
  88. label{
  89.     font-weight:bold;
  90. }
  91.  
  92. .tabs{
  93.     text-align:center;
  94.     color:#3169B5;
  95.     font-size:12px;
  96.     font-weight:bold;
  97. }
  98.  
  99.  
  100. .selected-tab{
  101.     padding:4px;
  102.     font-weight:bold;
  103.     width:65px;
  104.     color:#50470D;
  105. }
  106.  
  107. .unselected-tab{
  108.     padding:4px;
  109.     cursor:hand;
  110.     width:65px;
  111. }
  112.  
  113.  
  114. select{
  115.     width:150px;
  116. }
  117.  
  118. .nextPreviousBottom{
  119.     margin-top:10px;
  120.     margin-bottom:10px;
  121. }
  122.  
  123. .nextPreviousHead{
  124.     margin-bottom:10px;
  125.     margin-top:10px;
  126. }
  127.  
  128. .expandCollapse{
  129.     cursor:hand;
  130. }
  131.  
  132. #showAdvanced{
  133.     margin:3px;
  134.     border:1px solid black;
  135. }
  136.  
  137. #blogInfo{
  138.     margin:10px;
  139. }
  140.  
  141. #keywords{
  142.     width:120px;
  143. }